Skip to main content

keyboardType

Type

property

Summary

The type of keyboard associated to the field widget.

Syntax

set the keyboardType of <widget> to <pType>
get the keyboardType of <widget>

Description

Use the keyboardType property to determine what kind of keyboard should be displayed when this field widget is focused.

Examples

set the keyboardType of widget "Android Field" to "URL"

Value

NameTypeDescription

value

  • "default": the default keyboard
  • "alphabet": the alphabetic keyboard
  • "numeric": the numeric keyboard with punctuation
  • "URL": the URL entry keyboard
  • "number": the number pad keyboard
  • "phone": the phone number pad keyboard
  • "contact": the phone contact pad keyboard
  • "email": the email keyboard
  • "decimal": the decimal numeric pad keyboard

Compatibility and Support

OS

android